The Style Data Type
TheStyle
data type defines the styles that you specify as values to theTextFace
procedure to set the text style in the current graphics port'stxFace
field. QuickDraw draws the glyph in this style.
StyleItem = (bold, italic, underline, outline, shadow, condense, extend); Style = SET OF StyleItem;